home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
008
/
cadence.arc
/
VOL1NO4.ARC
/
SETLAYER.LSP
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1986-09-24
|
170 b
|
11 lines
(defun c:SETLAYER (/ LAYER)
(setq LAYER
(cdr
(assoc 8
(entget
(car
(entsel "Pick item for new layer "
))))))
(command "LAYER" "SET" layer "")
)